home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / lang / fpc09905c.lha / fpc / units / readme < prev    next >
Text File  |  1998-09-21  |  693b  |  20 lines

  1. This directory contains only RTL parts independent 
  2. of the processor and of the operating system.
  3.  
  4. The include files contain the following:
  5.  
  6. system.inc    OS and Processor independent implementation part of system unit.
  7. systemh.inc    Interface part of the system unit.
  8. textrec.inc    Definition of Textrec record.
  9. filerec.inc    Definition of Filerec record.
  10. astrings.pp    AnsiStrings implementation.
  11. lstrings.pp    LongStrings implementation.
  12. sstrings.inc    ShortStrings implementation.
  13. heaph.inc    Declarations of Heap functions.
  14. mathh.inc    Declarations of mathematical functions.    
  15.  
  16. The unit files are:
  17.  
  18. ucomplex.pp    Complex functions using operator overloading
  19. getopts.pp    Pascal implementation of the GNU Getops
  20.